.button-dg {
        background-color: green !important;
		color: #fff !important;
		background-image: none;
}
.button-gr {
        background-color: gray !important;
        color: #fff !important;
		background-image: none;
}
.button-pur {
        background-color: purple !important;
		color: #fff !important;
		background-image: none;
}
.button-bl {
        background-color: black !important;
		color: #fff !important;
		background-image: none;
}
.button-lb {
        background-color: blue !important;
		color: #fff !important;
		background-image: none;
}
.button-lg {
       background-color: greenyellow !important;
	   color: #6B6B6B !important;
	   background-image: none;
}
.button-or {
        background-color: #DF5E3B !important;
		color: #fff !important;
		background-image: none;
}
.button-r {
        background-color: red !important;
		color: #fff !important;
		background-image: none;
}